lcGetPolarPoint Home

Retrieves a point which is placed with specified angle and distance from origin point.

 void lcGetPolarPoint (
   double X,
   double Y,
   double Angle,
   double Dist,
   double* pOutX,
   double* pOutY
 );

Parameters
X  Y
  Origin point coordinates.
Angle
  Angle from origin point.
Dist
  Distance from origin point.
pOutX  pOutY
  Pointers to variables that will receive coordinates of output point.

Return Value

  None.

See Also

  lcGetPolarPrm